home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / RTX2000.ZIP / rtx2000 / monitor / hello / readme.txt < prev   
Text File  |  1992-12-03  |  634b  |  17 lines

  1. This is a simple test program that can be compiled using fc and loaded
  2. into the target system using the X command of the monitor.
  3.  
  4.      1- Copy the file main.x generated from compiling the monitor into
  5.      this directory.  This provides links to monitor routines that are
  6.      called for input and output.
  7.  
  8.      2- Set the code address to a valid RAM address in the file hello.
  9.  
  10.      3- Compile hello using the command   fc -lox hello
  11.  
  12.      4- Load the hello.ols file into the target system using the monitor.
  13.  
  14.      5- Execute the program by typing G XXXX , where XXXX is the starting
  15.         address set in step 2.
  16.  
  17.